home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / wizards / Wzfoxdoc / wzfoxdoc.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  2.7 KB  |  68 lines

  1. *:******************************************************************************
  2. *:
  3. *: WZFOXDOC.H
  4. *:
  5. *:******************************************************************************
  6. *:   WZFOXDOC
  7. #DEFINE STEP1_LOC "Step 1 - Choose Source File"
  8. #DEFINE STEP2_LOC "Step 2 - Set Capitalization"
  9. #DEFINE STEP3_LOC "Step 3 - Set Indentation"
  10. #DEFINE STEP4_LOC "Step 4 - Add Headings"
  11. #DEFINE STEP5_LOC "Step 5 - Select Reports"
  12. #DEFINE STEP6_LOC "Step 6 - Finish"
  13.  
  14. * Help IDs
  15. #DEFINE wizDocumenting_Wizard_Step6    1995825416
  16. #DEFINE wizDocumenting_Wizard_Step5    1995825415
  17. #DEFINE wizDocumenting_Wizard_Step4    1995825414
  18. #DEFINE wizDocumenting_Wizard_Step3    1995825413
  19. #DEFINE wizDocumenting_Wizard_Step2    1995825412
  20. #DEFINE wizDocumenting_Wizard_Step1    1995825411
  21. #DEFINE wizDocumenting_Wizard    1995825410
  22.  
  23. #DEFINE DESC1_LOC "Which program or project file do you want to document?"+CHR(13)+CHR(13)+;
  24.     "The wizard will not change your original files."
  25. #DEFINE DESC2_LOC "How do you want to capitalize the code?"
  26. #DEFINE DESC3_LOC "How do you want to indent the code?"
  27. #DEFINE DESC4_LOC "Do you want headings added to your files or blocks of code"
  28. #DEFINE DESC5_LOC "Do you want to create reports about your code?"+CHR(13)+CHR(13)+;
  29.         "The reports are text files that are created from tables that the "+;
  30.         "wizard builds from your code."
  31.  
  32.  
  33. #DEFINE NOT_FOUND_LOC "not found"
  34.  
  35. #DEFINE REPORTSOURCE_LIST_LOC "Source Code Listing"
  36. #DEFINE REPORTACTION_DIAG_LOC "Action Diagram"
  37. #DEFINE REPORTXREF_LOC "Cross-Reference"
  38. #DEFINE REPORTFILE_LIST_LOC "File Listing"
  39. #DEFINE REPORTTREE_DIAG_LOC "Tree Diagram"
  40.  
  41. #define KEYWORDCASE "KEYWORDCASE"
  42. #define USERCASE "USERCASE"
  43.  
  44. #define OUTPUTTODIR_LOC "Choose the single directory:"
  45. #define OUTPUTTODIRTREE_LOC "Output to directory tree:"
  46. #define C_ESCAPECONTINUE_LOC "Do you want to abort?"
  47. #define C_WIZNAME_LOC "Documenting Wizard"
  48. #define e_notproversion_loc "The Documenting Wizard requires the Professional version of Visual FoxPro."
  49. #define DIFF_DIR_NEEDED_LOC "Cannot output to the same directory"
  50. #define WHEREIS_LOC "Where is "
  51.  
  52. #define BAD_PROJ_LOC "Project must contain files in project home dir or subdirs for output option 3"
  53. #define ACCESS_DENIED "Access to the project is denied"
  54.  
  55. #define CALLED_BY_LOC "Called by"
  56. #define DOC_VER_LOC "Documented using Visual FoxPro Formatting wizard version "
  57. #define FILE_LIST_LOC "File List"
  58. #define TOTAL_LINES_PROC_LOC "Total Code Lines Processed"
  59. #define CLASS_HIERARCHY_LOC "Class Hierarchy"
  60. #define SOURCE_FILE_LOC "Source File"
  61.  
  62. #define C_TABS_LOC "Tabs"
  63. #define C_SPACES_LOC "Spaces"
  64. #define C_NOCHANGE_LOC "No change"
  65.  
  66. #DEFINE C_ANALYZER_LOC        HOME() + "Tools\Analyzer\Analyzer.App"
  67.  
  68.